home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00267_Script_openIntro
< prev
next >
Wrap
Text File
|
1999-02-25
|
1KB
|
38 lines
on mouseUp
-- turns off visibility of 'Product Guide' and
-- text that scrolls along the bottom of the screen
set the visibility of sprite 33 = FALSE
set the visibility of sprite 34= FALSE
-- turns off visibility of screenshots
set the visibility of sprite 54 = FALSE
set the visibility of sprite 70 = FALSE
set the visibility of sprite 79 = FALSE
set the visibility of sprite 89 = FALSE
set the visibility of sprite 97 = FALSE
-- turns off 'bluebox' static
set the visibility of sprite 112 = FALSE
set the visibility of sprite 106 = FALSE
set the visibility of sprite 107 = FALSE
set the visibility of sprite 108 = FALSE
set the visibility of sprite 109 = FALSE
set the visibility of sprite 110 = FALSE
set the visibility of sprite 111 = FALSE
-- resets visibility of hotboxes on file cabinet
set the visibility of sprite 36 = TRUE
set the visibility of sprite 37 = TRUE
set the visibility of sprite 38 = TRUE
-- resets visibility of flickering logo
set the visibility of sprite 30 = TRUE
go to frame 8
end